NeighborInfoConfig


NeighborInfoModule Config
Protobuf type meshtastic.ModuleConfig.NeighborInfoConfig

Types

Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , ModuleConfigProtos.ModuleConfig.NeighborInfoConfigOrBuilder

NeighborInfoModule Config
Protobuf type meshtastic.ModuleConfig.NeighborInfoConfig

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getEnabled(): Boolean

Whether the Module is enabled
bool enabled = 1;
Link copied to clipboard
Link copied to clipboard

Whether in addition to sending it to MQTT and the PhoneAPI, our NeighborInfo should be transmitted over LoRa.
Note that this is not available on a channel with default key and name.
bool transmit_over_lora = 3;
Link copied to clipboard

Interval in seconds of how often we should try to send our
Neighbor Info (minimum is 14400, i.e., 4 hours)
uint32 update_interval = 2;
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): ModuleConfigProtos.ModuleConfig.NeighborInfoConfig
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): ModuleConfigProtos.ModuleConfig.NeighborInfoConfig
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): ModuleConfigProtos.ModuleConfig.NeighborInfoConfig
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): ModuleConfigProtos.ModuleConfig.NeighborInfoConfig
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): ModuleConfigProtos.ModuleConfig.NeighborInfoConfig
Link copied to clipboard
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)